WeekdayName

Definition:

WeekdayName(day[, firstdayofweek])

 

Description:

Return the name of the day of the week from its numerical representation.

 

Platforms:

All

 

Parameters:

day - required

Integer from 1 to 7, representing the day of the week whose name you want.

 

firstdayofweek - optional

Number specifying the first day of the week.

Possible values are:

0 - Use system settings (NLS API system setting)

1 - Sunday (default)

2 - Monday

3 - Tuesday

4 - Wednesday

5 - Thursday

6 - Friday

7 - Saturday

 

Returns:

The name of the specified day.